projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9835583
)
* lisp/cus-start.el (polling-period): Update type.
author
Glenn Morris
<rgm@gnu.org>
Fri, 21 Jan 2022 21:44:56 +0000
(13:44 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 21 Jan 2022 21:44:56 +0000
(13:44 -0800)
Flagged by test-custom-opts.
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index 7f639240f5170bde743c877e16e7f7c25563782a..afdbd82457b830b823e7af51db448503c054b12e 100644
(file)
--- a/
lisp/cus-start.el
+++ b/
lisp/cus-start.el
@@
-370,7
+370,7
@@
Leaving \"Default\" unchecked is equivalent with specifying a default of
(auto-save-timeout auto-save (choice (const :tag "off" nil)
(integer :format "%v")))
(echo-keystrokes minibuffer number)
- (polling-period keyboard
integer
)
+ (polling-period keyboard
float
)
(double-click-time mouse (restricted-sexp
:match-alternatives (integerp 'nil 't)))
(double-click-fuzz mouse integer "22.1")